Home
last modified time | relevance | path

Searched refs:GenerateClassDeserializeBinaryField (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.h253 void GenerateClassDeserializeBinaryField(const GeneratorOptions& options,
Djs_generator.cc2603 GenerateClassDeserializeBinaryField(options, printer, desc->field(i)); in GenerateClassDeserializeBinary()
2631 void Generator::GenerateClassDeserializeBinaryField( in GenerateClassDeserializeBinaryField() function in google::protobuf::compiler::js::Generator