HomeSort by relevance Sort by last modified time
    Searched refs:GenMethod (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/src/
idl_gen_go.cpp 53 static std::string GenMethod(const FieldDef &field);
425 code += "\tbuilder.Prepend" + GenMethod(field) + "(";
464 code += GenMethod(field) + "Slot(";
695 static std::string GenMethod(const FieldDef &field) {
idl_gen_python.cpp 30 static std::string GenMethod(const FieldDef &field);
368 code += " builder.Prepend" + GenMethod(field) + "(";
401 code += GenMethod(field) + "Slot(";
575 static std::string GenMethod(const FieldDef &field) {
idl_gen_php.cpp 506 code += Indent + Indent + "$builder->put" + GenMethod(field) + "($";
597 code += GenMethod(field) + "X(";
904 static std::string GenMethod(const FieldDef &field) {
    [all...]
idl_gen_general.cpp 649 std::string GenMethod(const Type &type) {
701 code += GenMethod(field.value.type) + "(";
    [all...]

Completed in 223 milliseconds