HomeSort by relevance Sort by last modified time
    Searched defs:AddField (Results 1 - 15 of 15) sorted by null

  /external/toolchain-utils/crosperf/
settings.py 24 def AddField(self, field):
  /system/tpm/attestation/common/
proto_print.py 68 def AddField(self, attribute, field_type, field_name):
155 current_message_stack[-1].AddField(match.group(1),
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 208 void UnknownFieldSet::AddField(const UnknownField& field) {
generated_message_reflection.cc     [all...]
descriptor_unittest.cc 101 FieldDescriptorProto* AddField(DescriptorProto* parent,
550 AddField(message, "foo", 1,
553 AddField(message, "bar", 6,
557 AddField(message, "baz", 500000000,
561 AddField(message, "qux", 15,
571 AddField(message2, "foo", 1,
574 AddField(message2, "bar", 2,
577 AddField(message2, "quux", 6,
586 AddField(entry, "key", 1,
589 AddField(entry, "value", 2
    [all...]
  /external/tpm2/generator/
structure_generator.py 909 valid_tag_values. Those can be added with AddField(), AddUpperBound(),
924 def AddField(self, field):
    [all...]
  /system/update_engine/scripts/update_payload/
checker.py 242 def AddField(self, name, value, linebreak=False, indent=0):
368 report.AddField(name, convert(value), linebreak=linebreak,
    [all...]
  /art/libdexfile/dex/
test_dex_file_builder.h 52 void AddField(const std::string& class_descriptor, const std::string& type,
  /external/v8/src/compiler/
load-elimination.cc 506 LoadElimination::AbstractState const* LoadElimination::AbstractState::AddField(
641 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node,
670 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node,
746 state = state->AddField(object, field_index, node, zone());
785 state = state->AddField(object, field_index, new_value, zone());
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 340 def AddField(self, name, kind, ordinal=None, default=None, attributes=None):
385 def AddField(self, name, kind, ordinal=None, attributes=None):
  /external/perf_data_converter/src/quipper/
test_perf_data.h 215 SampleInfo& Ip(u64 ip) { return AddField(ip); }
217 return AddField(PunU32U64{.v32 = {pid, tid}}.v64);
220 return AddField(PunU32U64{.v32 = {pid, pid}}.v64);
222 SampleInfo& Time(u64 time) { return AddField(time); }
223 SampleInfo& Id(u64 id) { return AddField(id); }
224 SampleInfo& BranchStack_nr(u64 nr) { return AddField(nr); }
226 AddField(from);
227 AddField(to);
228 AddField(flags);
240 SampleInfo& AddField(u64 value)
    [all...]
  /system/tpm/trunks/generator/
generator.py 617 added with the AddField() and AddDependency() methods.
629 def AddField(self, field_type, field_name):
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 543 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name,
586 ECHECK(AddField(struct_def, name + UnionTypeFieldSuffix(),
599 ECHECK(AddField(struct_def, name + UnionTypeFieldSuffix(),
604 ECHECK(AddField(struct_def, name, type, &field));
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 465 milliseconds