Searched refs:shorthand (Results 1 – 3 of 3) sorted by relevance
37 static std::string FullyQualifiedType(const std::string& shorthand) { in FullyQualifiedType() argument38 return "Ljava/lang/" + shorthand + ";"; in FullyQualifiedType()
99 #define CASE_PRIMITIVE(primitive, abbrev, _, shorthand) \ in GetUnboxedTypeAndValue() argument102 value->Set ## shorthand(primitive_field->Get ## abbrev(o)); \ in GetUnboxedTypeAndValue()
116 This is meant to be another shorthand (like `WithRange`) to avoid writing a custom type parser. In