Searched defs:get2 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CXX/basic/basic.link/
H A Dp6.cpp25 constexpr int *get2() { function
31 static_assert(get2() == same_entity_2, "failed to find previous decl");
/external/clang/test/Analysis/
H A Dcxx-for-range.cpp68 MagicVector2 get2() { function
73 for (int y : get2()) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java641 * method Trie.get2(name)
650 Object obj = m_htmlInfo.get2(name);
2278 public Object get2(final String key) method in class:ToHTMLStream.Trie
/external/clang/test/SemaCXX/
H A Duninitialized.cpp78 int get2() { return num; } function in class:A
114 A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own initialization}}
128 A *a27 = new A(a27->get2()); // expected-warning {{variable 'a27' is uninitialized when used within its own initialization}}
151 A a17(a17.get2()); // expected-warning {{variable 'a17' is uninitialized when used within its own initialization}}
163 A *a27 = new A(a27->get2()); // expected-warning {{variable 'a27' is uninitialized when used within its own initialization}}
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp239 int get2() { return ((A&)c).n; } // ok, A is an accessible base of B from here function in struct:dr19::D
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc1540 cmds::GetVertexAttribfv get2; // for getting the value from attrib1 member in struct:gpu::gles2::Cmds
1550 expected.get2.Init(kAttribIndex1,
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc3533 const char get2[] = "GET / HTTP/1.1\r\n" local
3537 spdy_util_.ConstructSpdyBodyFrame(3, get2, strlen(get2), false));
3671 const char get2[] = "GET /2 HTTP/1.1\r\n" local
3675 spdy_util_.ConstructSpdyBodyFrame(1, get2, strlen(get2), false));
3793 scoped_ptr<SpdyFrame> get2(
3802 CreateMockWrite(*get2, 3),

Completed in 276 milliseconds