Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.pb.h294 KindCase kind_case() const;
449 return kind_case() == kNullValue; in has_null_value()
478 return kind_case() == kNumberValue; in has_number_value()
507 return kind_case() == kStringValue; in has_string_value()
588 return kind_case() == kBoolValue; in has_bool_value()
617 return kind_case() == kStructValue; in has_struct_value()
665 return kind_case() == kListValue; in has_list_value()
712 return kind_case() != KIND_NOT_SET; in has_kind()
717 inline Value::KindCase Value::kind_case() const { in kind_case() function
Dstruct.pb.cc645 switch(kind_case()) { in clear_kind()
900 switch (kind_case()) { in ByteSize()
970 switch (from.kind_case()) { in MergeFrom()
1044 return kind_case() == kNullValue; in has_null_value()
1073 return kind_case() == kNumberValue; in has_number_value()
1102 return kind_case() == kStringValue; in has_string_value()
1183 return kind_case() == kBoolValue; in has_bool_value()
1212 return kind_case() == kStructValue; in has_struct_value()
1260 return kind_case() == kListValue; in has_list_value()
1307 return kind_case() != KIND_NOT_SET; in has_kind()
[all …]