HomeSort by relevance Sort by last modified time
    Searched refs:FindField (Results 1 - 16 of 16) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
type_info.h 75 virtual const google::protobuf::Field* FindField(
type_info.cc 106 virtual const google::protobuf::Field* FindField(
proto_writer.cc 694 typeinfo_->FindField(&e->type(), unnormalized_name);
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 70 const Field* FindField(const Type& type, const string& name) {
81 return FindField(type, name) != NULL;
86 const Field* field = FindField(type, name);
96 const Field* field = FindField(type, name);
105 const Field* field = FindField(type, name);
114 const Field* field = FindField(type, name);
341 EXPECT_EQ("optionalInt32", FindField(type, "optional_int32")->json_name());
346 EXPECT_EQ("@value", FindField(type, "value")->json_name());
  /external/perfetto/src/trace_processor/
proto_trace_tokenizer.cc 61 auto field = decoder.FindField(kIidFieldNumber);
94 if (PERFETTO_UNLIKELY(packet_decoder.FindField(
371 event_decoder.FindField(kTimestampDeltaUsFieldNumber)) {
375 event_decoder.FindField(kTimestampAbsoluteUsFieldNumber)) {
385 event_decoder.FindField(kThreadTimeDeltaUsFieldNumber)) {
389 event_decoder.FindField(kThreadTimeAbsoluteUsFieldNumber)) {
442 if (auto ts_field = decoder.FindField(kTimestampFieldNumber)) {
proto_trace_parser.cc 507 decoder.FindField(protos::pbzero::FtraceEvent::kPidFieldNumber)) {
    [all...]
  /external/perfetto/src/protozero/
proto_decoder_unittest.cc 228 TEST(ProtoDecoderTest, FindField) {
232 auto field = pd.FindField(1);
236 auto field2 = pd.FindField(2);
proto_decoder.cc 143 Field ProtoDecoder::FindField(uint32_t field_id) {
  /external/perfetto/include/perfetto/protozero/
proto_decoder.h 56 Field FindField(uint32_t field_id);
  /external/boringssl/src/ssl/test/
test_config.cc 40 // FindField looks for the flag in |flags| that matches |flag|. If one is found,
44 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) {
234 bool *bool_field = FindField(out_config, kBoolFlags, flag);
242 std::string *string_field = FindField(out_config, kStringFlags, flag);
255 std::string *base64_field = FindField(out_config, kBase64Flags, flag);
281 int *int_field = FindField(out_config, kIntFlags, flag);
295 FindField(out_config, kIntVectorFlags, flag);
    [all...]
  /art/runtime/mirror/
var_handle_test.cc 281 ArtField* value = mirror::Class::FindField(self, i->GetClass(), "value", "I");
425 ArtField* value = mirror::Class::FindField(self, i->GetClass(), "MIN_VALUE", "I");
    [all...]
class.cc     [all...]
class.h     [all...]
  /art/runtime/
thread.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/verifier/
verifier_deps.cc     [all...]

Completed in 354 milliseconds