Home
last modified time | relevance | path

Searched refs:use_string_pooling (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Dreflection.cpp625 const Table &table, bool use_string_pooling) { in CopyTable() argument
637 offset = use_string_pooling in CopyTable()
646 *GetFieldT(table, fielddef), use_string_pooling) in CopyTable()
654 *GetFieldT(table, fielddef), use_string_pooling) in CopyTable()
671 elements[i] = use_string_pooling in CopyTable()
683 *vec->Get(i), use_string_pooling); in CopyTable()
H A Didl_parser.cpp1214 CheckedError Parser::ParseString(Value &val, bool use_string_pooling) { in ParseString() argument
1217 if (use_string_pooling) { in ParseString()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dreflection.h505 bool use_string_pooling = false);
H A Didl.h958 FLATBUFFERS_CHECKED_ERROR ParseString(Value &val, bool use_string_pooling);
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dreflection.h466 bool use_string_pooling = false);
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dreflection.h505 bool use_string_pooling = false);
H A Didl.h958 FLATBUFFERS_CHECKED_ERROR ParseString(Value &val, bool use_string_pooling);