Home
last modified time | relevance | path

Searched refs:TypeOnceInit (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.h874 static void TypeOnceInit(const FieldDescriptor* to_init);
2164 internal::call_once(*type_once_, &FieldDescriptor::TypeOnceInit, this); in type()
Ddescriptor.cc7345 void FieldDescriptor::TypeOnceInit(const FieldDescriptor* to_init) { in TypeOnceInit() function in google::protobuf::FieldDescriptor
7354 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in message_type()
7361 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in enum_type()
7368 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in default_value_enum()
/third_party/protobuf/
Dlibprotobuf.map49 "google::protobuf::FieldDescriptor::TypeOnceInit(google::protobuf::FieldDescriptor const*)";