Home
last modified time | relevance | path

Searched defs:container (Results 1 – 25 of 197) sorted by relevance

12345678

/external/sfntly/cpp/src/sfntly/port/
Djava_iterator.h43 explicit PODIterator(Container* container) : container_(container) {} in PODIterator()
59 Container* container() { return container_; } in container() function
70 explicit RefIterator(Container* container) : container_(container) {} in RefIterator()
86 Container* container() { return container_; } in container() function
/external/clang/test/SemaCXX/
DPR11358.cpp6 struct container { struct
7 class iterator {};
8 iterator begin() { return iterator(); } in begin()
39 struct container { struct
40 class iterator {};
/external/clang/include/clang/AST/
DAttrIterator.h116 specific_attr_begin(const Container& container) { in specific_attr_begin()
121 specific_attr_end(const Container& container) { in specific_attr_end()
126 inline bool hasSpecificAttr(const Container& container) { in hasSpecificAttr()
131 inline SpecificAttr *getSpecificAttr(const Container& container) { in getSpecificAttr()
/external/libbrillo/brillo/streams/
Dmemory_stream.cc17 std::unique_ptr<data_container::DataContainerInterface> container, in MemoryStream()
24 std::unique_ptr<data_container::ReadOnlyBuffer> container{ in OpenRef() local
32 std::unique_ptr<data_container::ReadOnlyVectorCopy<uint8_t>> container{ in OpenCopyOf() local
39 std::unique_ptr<data_container::ReadOnlyStringRef> container{ in OpenRef() local
45 std::unique_ptr<data_container::ReadOnlyStringCopy> container{ in OpenCopyOf() local
59 std::unique_ptr<data_container::ByteBuffer> container{ in Create() local
65 std::unique_ptr<data_container::StringPtr> container{ in CreateRef() local
72 std::unique_ptr<data_container::StringPtr> container{ in CreateRefForAppend() local
78 std::unique_ptr<data_container::DataContainerInterface> container, in CreateEx()
/external/libmicrohttpd/src/microspdy/
Dstructures.c35 SPDYF_name_value_is_empty(struct SPDY_NameValue *container) in SPDYF_name_value_is_empty()
56 SPDY_name_value_add (struct SPDY_NameValue *container, in SPDY_name_value_add()
190 SPDY_name_value_lookup (struct SPDY_NameValue *container, in SPDY_name_value_lookup()
218 SPDY_name_value_destroy (struct SPDY_NameValue *container) in SPDY_name_value_destroy()
237 SPDY_name_value_iterate (struct SPDY_NameValue *container, in SPDY_name_value_iterate()
457 SPDYF_name_value_to_stream(struct SPDY_NameValue * container[], in SPDYF_name_value_to_stream()
556 struct SPDY_NameValue ** container) in SPDYF_name_value_from_stream()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DAnyTest.java47 TestAny container = TestAny.newBuilder() in testAnyGeneratedApi() local
83 TestAny container = TestAny.newBuilder() in testCustomTypeUrls() local
128 TestAny container = TestAny.newBuilder() in testCachedUnpackResult() local
/external/autotest/site_utils/lxc/
Dlxc_functional_test.py224 def test_share(container): argument
259 def test_autoserv(container): argument
283 def test_package_install(container): argument
294 def test_ssh(container, remote): argument
/external/protobuf/gtest/test/
Dgtest-typed-test_test.h53 TypeParam container; in TYPED_TEST_P() local
57 TypeParam container; in TYPED_TEST_P() local
/external/v8/testing/gtest/test/
Dgtest-typed-test_test.h53 TypeParam container; in TYPED_TEST_P() local
57 TypeParam container; in TYPED_TEST_P() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-typed-test_test.h53 TypeParam container; in TYPED_TEST_P() local
57 TypeParam container; in TYPED_TEST_P() local
/external/googletest/googletest/test/
Dgtest-typed-test_test.h53 TypeParam container; in TYPED_TEST_P() local
57 TypeParam container; in TYPED_TEST_P() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest-typed-test_test.h53 TypeParam container; in TYPED_TEST_P() local
57 TypeParam container; in TYPED_TEST_P() local
/external/libtextclassifier/util/gtl/
Dstl_util.h27 void STLDeleteElements(T *container) { in STLDeleteElements()
42 void STLDeleteValues(T *container) { in STLDeleteValues()
/external/libchrome/base/
Dstl_util.h97 STLCount(const Container& container, const T& val) { in STLCount()
132 void STLDeleteElements(T* container) { in STLDeleteElements()
143 void STLDeleteValues(T* container) { in STLDeleteValues()
167 STLElementDeleter<T>(T* container) : container_(container) {} in container_() argument
179 STLValueDeleter<T>(T* container) : container_(container) {} in container_() argument
/external/freetype/src/sfnt/
Dsfntpic.c75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() local
99 sfntModulePIC* container = NULL; in sfnt_module_class_pic_init() local
/external/pdfium/third_party/freetype/src/cff/
Dcffpic.c70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; in cff_driver_class_pic_free() local
92 CffModulePIC* container = NULL; in cff_driver_class_pic_init() local
/external/freetype/src/truetype/
Dttpic.c52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; in tt_driver_class_pic_free() local
69 TTModulePIC* container = NULL; in tt_driver_class_pic_init() local
/external/pdfium/third_party/freetype/src/raster/
Drastpic.c42 RasterPIC* container = (RasterPIC*)pic_container->raster; in ft_raster1_renderer_class_pic_free() local
58 RasterPIC* container = NULL; in ft_raster1_renderer_class_pic_init() local
/external/freetype/src/psnames/
Dpspic.c50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; in psnames_module_class_pic_free() local
68 PSModulePIC* container = NULL; in psnames_module_class_pic_init() local
/external/pdfium/third_party/freetype/src/truetype/
Dttpic.c52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; in tt_driver_class_pic_free() local
69 TTModulePIC* container = NULL; in tt_driver_class_pic_init() local
/external/freetype/src/raster/
Drastpic.c42 RasterPIC* container = (RasterPIC*)pic_container->raster; in ft_raster1_renderer_class_pic_free() local
58 RasterPIC* container = NULL; in ft_raster1_renderer_class_pic_init() local
/external/pdfium/third_party/freetype/src/psnames/
Dpspic.c50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; in psnames_module_class_pic_free() local
68 PSModulePIC* container = NULL; in psnames_module_class_pic_init() local
/external/freetype/src/cff/
Dcffpic.c70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; in cff_driver_class_pic_free() local
92 CffModulePIC* container = NULL; in cff_driver_class_pic_init() local
/external/pdfium/third_party/freetype/src/sfnt/
Dsfntpic.c75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() local
99 sfntModulePIC* container = NULL; in sfnt_module_class_pic_init() local
/external/autotest/site_utils/
Dlxc_cleanup.py57 def is_container_orphaned(container): argument
106 def cleanup(container, options): argument

12345678