HomeSort by relevance Sort by last modified time
    Searched refs:GetExtension (Results 1 - 25 of 39) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
test_util_lite.cc     [all...]
test_util.cc     [all...]
reflection_ops_unittest.cc 131 message.GetExtension(unittest::optional_int32_extension));
136 message.GetExtension(unittest::optional_string_extension));
141 message.GetExtension(unittest::repeated_int32_extension, 1));
142 int32 i = message.GetExtension(unittest::repeated_int32_extension, 0);
234 &message.GetExtension(unittest::optionalgroup_extension));
236 &message.GetExtension(unittest::optional_nested_message_extension));
238 &message.GetExtension(
241 &message.GetExtension(unittest::optional_import_message_extension));
318 message.GetExtension(unittest::optional_nested_message_extension)
321 message.GetExtension(unittest::repeated_nested_message_extension, 0
    [all...]
descriptor_unittest.cc     [all...]
extension_set_unittest.cc 73 &message.GetExtension(unittest::optionalgroup_extension));
75 &message.GetExtension(unittest::optional_nested_message_extension));
77 &message.GetExtension(
80 &message.GetExtension(unittest::optional_import_message_extension));
109 &message.GetExtension(unittest::optionalgroup_extension));
111 &message.GetExtension(unittest::optional_nested_message_extension));
113 &message.GetExtension(
116 &message.GetExtension(unittest::optional_import_message_extension));
131 message.GetExtension(unittest::optional_int64_extension);
136 EXPECT_EQ(0, message.GetExtension(unittest::optional_int64_extension))
    [all...]
unknown_field_set_unittest.cc 464 message.GetExtension(optional_nested_enum_extension));
467 message.GetExtension(repeated_nested_enum_extension, 0));
469 message.GetExtension(repeated_nested_enum_extension, 1));
wire_format_unittest.cc 548 EXPECT_EQ(123, message_set.GetExtension(
550 EXPECT_EQ("foo", message_set.GetExtension(
592 EXPECT_EQ(123, message_set.GetExtension(
603 EXPECT_EQ(123, message_set.GetExtension(
    [all...]
message_unittest.cc 385 parsing_merge.GetExtension(unittest::TestParsingMerge::optional_ext));
repeated_field_reflection_unittest.cc 188 extended_message.GetExtension(unittest::repeated_int64_extension, i));
545 extended_message.GetExtension(unittest::repeated_int64_extension, i));
extension_set.h 151 // use the generated accessors such as GetExtension() of the class being
155 // message's HasExtension(), GetExtension(), MutableExtension(), and
202 // message class (e.g. GetExtension()) or you would call the accessors
    [all...]
text_format_unittest.cc     [all...]
  /frameworks/base/tools/aapt2/util/
Files.h 71 android::StringPiece GetExtension(const android::StringPiece& path);
Files.cpp 142 StringPiece GetExtension(const StringPiece& path) {
  /external/golang-protobuf/proto/
extensions_test.go 121 ext1, err := proto.GetExtension(m, pb.E_Ext_More)
123 t.Fatalf("GetExtension() failed: %s", err)
125 ext2, err := proto.GetExtension(m, pb.E_Ext_More)
127 t.Fatalf("GetExtension() failed: %s", err)
137 t.Errorf("GetExtension() not stable before marshaling")
149 t.Errorf("GetExtension() not stable after unmarshaling")
168 want interface{} // Expected value of extension, or nil (meaning that GetExtension will fail).
209 val, err := proto.GetExtension(msg, test.ext)
212 return fmt.Errorf("GetExtension(): %s", err)
308 e, err := proto.GetExtension(msg, pb.E_Ext_More
    [all...]
extensions.go 46 // ErrMissingExtension is the error returned by GetExtension if the named extension is not in the message.
173 // accessed using GetExtension (or GetExtensions) desc and value
355 // GetExtension parses and returns the given extension of pb.
357 func GetExtension(pb Message, extension *ExtensionDesc) (interface{}, error) {
384 // GetExtension was called twice with two different
482 extensions[i], err = GetExtension(epb, e)
  /external/nos/host/generic/libnos/generator/
main.cpp 171 vars["app_id"] = "APP_ID_" + service.options().GetExtension(app_id);
226 const uint32_t max_request_size = service.options().GetExtension(request_buffer_size);
227 const uint32_t max_response_size = service.options().GetExtension(response_buffer_size);
  /frameworks/base/tools/stats_log_api_gen/
Collation.cpp 242 if (field->options().GetExtension(os::statsd::stateFieldOption).option() ==
252 if (field->options().GetExtension(os::statsd::stateFieldOption).option() ==
267 if (field->options().GetExtension(os::statsd::is_uid) == true) {
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 70 vol_out, err := proto.GetExtension(bm_new, user.E_LoudMessage_Volume)
108 um_out, err := proto.GetExtension(bm_new, user.E_LoginMessage_UserMessage)
145 width_out, err := proto.GetExtension(bm_new, user.E_Width)
189 osp_out, err := proto.GetExtension(osm, user.E_OldStyleParcel_MessageSetExtension)
  /frameworks/base/tools/incident_section_gen/
main.cpp 182 return field->options().GetExtension(section);
186 return field->options().GetExtension(privacy);
190 return descriptor->options().GetExtension(msg_privacy);
  /external/flatbuffers/include/flatbuffers/
util.h 196 inline std::string GetExtension(const std::string &filepath) {
  /external/flatbuffers/src/
flatc.cpp 306 auto ext = flatbuffers::GetExtension(filename);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 146 // use the generated accessors such as GetExtension() of the class being
150 // message's HasExtension(), GetExtension(), MutableExtension(), and
196 // message class (e.g. GetExtension()) or you would call the accessors
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 146 // use the generated accessors such as GetExtension() of the class being
150 // message's HasExtension(), GetExtension(), MutableExtension(), and
196 // message class (e.g. GetExtension()) or you would call the accessors
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 146 // use the generated accessors such as GetExtension() of the class being
150 // message's HasExtension(), GetExtension(), MutableExtension(), and
196 // message class (e.g. GetExtension()) or you would call the accessors
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 146 // use the generated accessors such as GetExtension() of the class being
150 // message's HasExtension(), GetExtension(), MutableExtension(), and
196 // message class (e.g. GetExtension()) or you would call the accessors
    [all...]

Completed in 398 milliseconds

1 2