Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc801 bool IsIntegralFieldWithStringJSType(const FieldDescriptor* field) { in IsIntegralFieldWithStringJSType() function
815 return IsIntegralFieldWithStringJSType(field) ? ("\"" + orig + "\"") : orig; in MaybeNumberString()
916 return IsIntegralFieldWithStringJSType(field) ? "string" : "number"; in JSIntegerTypeName()
1091 return IsIntegralFieldWithStringJSType(field) ? (name + "String") : name; in JSBinaryReaderMethodType()
1140 if (IsIntegralFieldWithStringJSType(desc)) { in JSTypeTag()
3293 if (IsIntegralFieldWithStringJSType(field)) { in GenerateClassSerializeBinaryField()