OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFieldS
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/src/
reflection.cpp
384
? fbb.CreateSharedString(
GetFieldS
(table, fielddef)).o
385
: fbb.CreateString(
GetFieldS
(table, fielddef)).o;
629
!v.VerifyString(flatbuffers::
GetFieldS
(*table, *field_def))) {
/external/flatbuffers/include/flatbuffers/
reflection.h
102
inline const String *
GetFieldS
(const Table &table,
/external/flatbuffers/tests/
test.cpp
792
SetString(schema, "totally new string",
GetFieldS
(**rroot, name_field),
795
TEST_EQ_STR(
GetFieldS
(**rroot, name_field)->c_str(), "totally new string");
[
all
...]
Completed in 55 milliseconds