Home
last modified time | relevance | path

Searched defs:Take (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dencodedstream.h43 Ch Take() { Ch c = current_; current_ = Encoding::Take(is_); return c; } in Take() function
81 Ch Take() { RAPIDJSON_ASSERT(false); } in Take() function
123 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take() function
231 Ch Take() { RAPIDJSON_ASSERT(false); } in Take() function
H A Dencodings.h210 static Ch Take(InputByteStream& is) { in Take() function
307 static CharType Take(InputByteStream& is) { in Take() function
339 static CharType Take(InputByteStream& is) { in Take() function
413 static CharType Take(InputByteStream& is) { in Take() function
449 static CharType Take(InputByteStream& is) { in Take() function
516 static Ch Take(InputByteStream& is) { in Take() function
H A Dfilereadstream.h44 Ch Take() { Ch c = *current_; Read(); return c; } in Take() function
H A Dfilewritestream.h71 char Take() { RAPIDJSON_ASSERT(false); return 0; } in Take() function
H A Dmemorystream.h40 Ch Take() { return (src_ == end_) ? '\0' : *src_++; } in Take() function
H A Dreader.h737 RAPIDJSON_FORCEINLINE Ch Take() { return is.Take(); } in Take() function
H A Dpointer.h954 Ch Take() { in Take() function
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dstatus_tests.cpp118 TEST(Status, Take) { in TEST() argument
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dprettywritertest.cpp107 Ch Take() { assert(false); return '\0'; } in Take() function in OStreamWrapper
H A Dwritertest.cpp150 Ch Take() { assert(false); return '\0'; } in Take() function in OStreamWrapper
H A Dreadertest.cpp978 Ch Take() { return *src_++; } in Take() function in CustomStringStream
1030 Ch Take() { in Take() function in IStreamWrapper