Searched refs:Insert (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dtest_thunks.h51 MAKE_TEST_THUNK(Insert);
H A Dsequence_container_test_environment.h357 // Insert some elements after the last element container.
438 bool Insert() { function in class:fbl::tests::intrusive_containers::SequenceContainerTestEnvironment
451 "OBJ_COUNT too small to run Insert test!");
453 // Insert some elements at the end of an initially empty container using the
458 // Insert some elements at the start of a non-empty container using the
465 // Insert some elements in the middle non-empty container using an iterator
516 // Insert some elements at the end of an initially empty container using
521 // Insert some elements at the start of a non-empty container node
531 // Insert some elements in the middle non-empty container.
/fuchsia/zircon/system/utest/fidl-compiler/
H A Dtest_library.h35 if (!all_libraries_.Insert(std::unique_ptr<fidl::flat::Library>(dependent_library.library_.get()))) {
/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp51 ScopeInsertResult Insert(const T& t, SourceLocation location) { function in class:fidl::flat::__anon559::Scope
355 bool Libraries::Insert(std::unique_ptr<Library> library) { function in class:fidl::flat::Libraries
870 if (!attributes_->Insert(std::move(attribute))) {
1357 if (method_scope.interfaces.Insert(superinterface, superinterface->name.name()).ok()) {
1366 auto name_result = method_scope.names.Insert(method.name.data(), method.name);
1371 auto ordinal_result = method_scope.ordinals.Insert(method.ordinal.Value(), method.name);
1392 if (!scope.Insert(param.name.data(), param.name).ok())
1441 auto name_result = scope.Insert(member.name.data(), member.name);
1470 auto ordinal_result = ordinal_scope.Insert(member.ordinal->Value(), member.ordinal->source_element()->location());
1476 auto name_result = name_scope.Insert(membe
[all...]
H A Dparser.cpp223 attributes->Insert(std::move(doc_comment));
235 if (!attributes->Insert(std::move(attribute))) {
285 attributes->Insert(std::move(doc_comment));
/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp338 if (!all_libraries.Insert(std::move(library))) {
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Draw_ast.h205 bool Insert(std::unique_ptr<raw::Attribute> attribute) { function in class:fidl::raw::Attributes
233 bool Insert(std::unique_ptr<raw::Attribute> attribute) { function in class:fidl::raw::AttributeList
234 return attributes_->Insert(std::move(attribute));
H A Dflat_ast.h519 // Insert |library|.
520 bool Insert(std::unique_ptr<Library> library);

Completed in 102 milliseconds