OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnionTypeFieldSuffix
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/include/flatbuffers/
reflection.h
378
inline const char *
UnionTypeFieldSuffix
() { return "_type"; }
387
(unionfield.name()->str() +
UnionTypeFieldSuffix
()).c_str());
/external/flatbuffers/src/
idl_gen_cpp.cpp
677
return name.substr(0, name.size() - strlen(
UnionTypeFieldSuffix
()));
[
all
...]
idl_parser.cpp
648
ECHECK(AddField(struct_def, name +
UnionTypeFieldSuffix
(),
662
ECHECK(AddField(struct_def, name +
UnionTypeFieldSuffix
(), union_vector,
865
auto type_name = field->name +
UnionTypeFieldSuffix
();
[
all
...]
Completed in 84 milliseconds