HomeSort by relevance Sort by last modified time
    Searched refs:FindField (Results 1 - 11 of 11) 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/boringssl/src/ssl/test/
test_config.cc 33 // FindField looks for the flag in |flags| that matches |flag|. If one is found,
37 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) {
202 bool *bool_field = FindField(out_config, kBoolFlags, flag);
210 std::string *string_field = FindField(out_config, kStringFlags, flag);
223 std::string *base64_field = FindField(out_config, kBase64Flags, flag);
249 int *int_field = FindField(out_config, kIntFlags, flag);
263 FindField(out_config, kIntVectorFlags, flag);
  /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());
  /art/runtime/verifier/
verifier_deps.cc     [all...]
  /art/runtime/mirror/
class.cc     [all...]
class.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cor.h 441 STDMETHOD (FindField) (THIS_ mdTypeDef td, LPCWSTR szName, PCCOR_SIGNATURE pvSigBlob, ULONG cbSigBlob, mdFieldDef *pmb) PURE;
    [all...]
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 347 milliseconds