Home
last modified time | relevance | path

Searched defs:container (Results 26 - 50 of 120) sorted by relevance

12345

/third_party/googletest/googletest/include/gtest/
H A Dgtest-param-test.h309 ValuesIn( const Container& container) ValuesIn() argument
/third_party/json/include/nlohmann/detail/iterators/
H A Diteration_proxy.hpp161 typename IteratorType::pointer container = nullptr; member in detail::iteration_proxy
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-param-test.h309 ValuesIn( const Container& container) ValuesIn() argument
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DFormattableFragment.java38 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) onCreateView() argument
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_struct_namevalue.c107 struct SPDY_NameValue *container; in main() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource8.js180 var container: Symbol = null; variable
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapField.php49 private $container; variable
78 $this->container = []; variable
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSTLUtil.hpp44 inline bool contains (const C& container, const typename C::key_type& item) in contains() argument
121 size_t dataSize (const T& container) in dataSize() argument
128 T* dataOrNull (std::vector<T>& container) in dataOrNull() argument
135 dataOrNull(const std::vector<T>& container) dataOrNull() argument
142 sizeU32(const T& container) sizeU32() argument
[all...]
/base/powermgr/battery_manager/charger/src/
H A Dcharger_animation.cpp110 auto container = std::make_unique<UIViewGroup>(); in InitAllComponents() local
/third_party/gn/src/gn/
H A Dimmutable_vector.h135 ImmutableVector(const C& container) { in ImmutableVector() argument
154 ImmutableVector(C&& container) { in ImmutableVector() argument
/third_party/node/src/
H A Dmemory_tracker-inl.h179 const auto& container = ContainerGetter::Get(value); in TrackField() local
/third_party/skia/third_party/externals/dawn/src/common/
H A DStackContainer.h158 ContainerType& container() { in container() function in StackContainer
161 const ContainerType& container() const { container() function in StackContainer
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.cc245 BitmapGlyphInfoIterator( IndexSubTableFormat2::Builder* container) BitmapGlyphInfoIterator() argument
/third_party/protobuf/src/google/protobuf/
H A Dmetadata_lite.h169 Container<T>* container = Arena::Create<Container<T>>(my_arena); in mutable_unknown_fields_slow() local
/third_party/skia/experimental/skrive/src/reader/
H A DJsonReader.cpp197 const auto& container = ctx.fContainer->as<skjson::ObjectValue>(); in openObjectBlock() local
217 const auto& container = ctx.fContainer->as<skjson::ArrayValue>(); in openArrayBlock() local
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp55 auto container = json::array(); in TEST_F() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.cpp439 TVariable* container = anon->getAnonContainer().clone(); in clone() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java139 void addWithFont(Container container, Component foo, Font font) { in addWithFont() argument
H A DCalendarFrame.java103 private static void add(Container container, Component component, in add() argument
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h350 static const_reference ConstReference(const RawContainer& container) { in ConstReference() argument
355 static type Copy(const RawContainer& container) { return container; } in Copy() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleImpl.java22 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) { in ICUResourceBundleImpl() argument
76 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) { in ResourceBinary() argument
93 ResourceInt(ICUResourceBundleImpl container, String key, int resource) { in ResourceInt() argument
110 ResourceString(ICUResourceBundleImpl container, String key, int resource) { in ResourceString() argument
129 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) { in ResourceIntVector() argument
167 ResourceContainer(ICUResourceBundleImpl container, String key, int resource) ResourceContainer() argument
208 ResourceArray(ICUResourceBundleImpl container, String key, int resource) ResourceArray() argument
297 ResourceTable(ICUResourceBundleImpl container, String key, int resource) ResourceTable() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundleImpl.java23 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) { in ICUResourceBundleImpl() argument
77 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) { in ResourceBinary() argument
94 ResourceInt(ICUResourceBundleImpl container, String key, int resource) { in ResourceInt() argument
111 ResourceString(ICUResourceBundleImpl container, String key, int resource) { in ResourceString() argument
130 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) { in ResourceIntVector() argument
168 ResourceContainer(ICUResourceBundleImpl container, String key, int resource) ResourceContainer() argument
209 ResourceArray(ICUResourceBundleImpl container, String key, int resource) ResourceArray() argument
298 ResourceTable(ICUResourceBundleImpl container, String key, int resource) ResourceTable() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc428 std::string GetBitFieldSpecialization(const Type* container, in GetBitFieldSpecialization() argument
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h406 DefaultPrintTo(WrapPrinterType<kPrintContainer> , const C& container, ::std::ostream* os) DefaultPrintTo() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Diterator.h52 UptrVectorIterator(UptrVector* container, const UnderlyingIterator& it) in UptrVectorIterator() argument
151 make_range( std::vector<std::unique_ptr<ValueType>>& container) make_range() argument
160 make_const_range( const std::vector<std::unique_ptr<ValueType>>& container) make_const_range() argument
[all...]

Completed in 21 milliseconds

12345